home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03103_Script_3103
< prev
next >
Wrap
Text File
|
1983-01-27
|
231b
|
13 lines
on gestione_entrata lista
set y to 0
repeat with x= 1 to count(lista)/2
set y to y+1
set num1 to getAt(lista, y)
set y to y+1
set num2 to getAt(lista, y)
entrata num1,num2
end repeat
end